home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / music / 309 / comm / ttt.doc < prev    next >
Text File  |  1988-10-16  |  6KB  |  114 lines

  1. 3-D Tic Tac Toe  (A LogiComm game from The Programmers' Guild)
  2. Written by Steven T. Murphy, 1988
  3.  
  4.  
  5. What is LogiComm
  6. ----------------
  7. LogiComm(Logical Communications) is a catagory of games that use the 
  8. communication port to relay information of game play.  The reason why 
  9. the comm port is used is because with some two player games, one player
  10. is not supposed to know what the other player has or is doing, as in
  11. a game of cards.  The main advantage of a LogiComm game is that one player
  12. does not have to turn away while the other player is taking a turn.  
  13. The only requirement is that you have a modem since LogiComm games can 
  14. not have two players at one terminal.  Another advantage is 
  15. that there may be person-to-person communications at any time via the 
  16. LogiLink window displayed on every game screen.  Having  a window for 
  17. communications makes the games more enjoyable and true to life since 
  18. "verbal" attacks can be made and seen as each turn is taken.
  19.  
  20. 3-D Tic Tac Toe does not follow the LogiComm theory since there is no need
  21. to turn away from the screen while the other player takes a turn.  It does,
  22. however, introduce the LogiComm series and gives the user a basic idea of 
  23. how to use the LogiLink window(not a hard task--you just type!).  It also 
  24. helped to provide modules for future games like PORTSIDE, a Battleship-like 
  25. game, and STRATEGY MASTER, a Stratego-like game, both of which require that 
  26. neither player sees what the other has onscreen.
  27.  
  28.  
  29. Where to find it. (And now for the user group plug...)
  30. ------------------------------------------------------
  31. For now, all future LogiComm games will originate from the 
  32. Minnesota Atari ST(MAST) bulletin board system at 612-560-9254. 
  33. If this changes, it will be mentioned in the document file.
  34.  
  35.  
  36. Info about this doc file
  37. ------------------------
  38. Typed keys that do specific function in the game will be identified within
  39. brackets "[]".  If a key if preceeded with a ^, it means to hold down the 
  40. [CONTROL] key and then press the key following the ^.
  41.  
  42. Example:  [^B] means to hold the [CONTROL] key and press [B].
  43.           This is used to change the baud rate of the communication port.
  44.  
  45. LOCAL mode means that your modem is not connected to any other modem via 
  46. the telephone line.  You should be able to enter AT commands if your modem
  47. uses the AT command set.
  48.  
  49. CONNECTED means that your modem had dialed to, or answered another modem and 
  50. communications has been established.
  51.  
  52.  
  53. About 3-D Tic Tac Toe
  54. ---------------------
  55. This game is VERY simple to use.  For HELP on game commands, press the 
  56. [HELP] key.  After the game is up and running, you will see a welcome 
  57. message in the LogiLink window.  This is the window where you enter modem
  58. commands.  There is no initialization of the modem since modem commands
  59. vary so much.  The communication port is configured at 1200 baud initially. 
  60. To change it, press [^B] and select the appropriate number.
  61.  
  62. Typing while in LOCAL mode will most likely produce double characters in the
  63. LogiLink window.   When CONNECTED to another modem, there should be no double
  64. characters.  To stop the double characters in LOCAL mode, press [^E].  This
  65. will toggle the echo mode and should suppress the characters you type--the
  66. modem will still be echoing the characters you type, though.  When CONNECTED 
  67. to another modem, you will want to turn the echo on with [^E] if the characters 
  68. you type do not appear in the window.
  69.  
  70. One interesting feature of some modems is the ability to connect a phone 
  71. through the modem and establish VOICE communications, then switch to DATA
  72. communications.  This effectivly transfers control of the telephone line from
  73. the phone to the modem.  You can dial, talk to the other person, then enter
  74. DATA mode and play a game.  
  75.  
  76. Example session:
  77.  
  78. Make sure both modems are in VOICE mode. Call the person as you normally
  79. would and then when ready switch to DATA mode and play a game.  You can 
  80. also have the modem dial for you and switch to VOICE mode automatically.
  81.  
  82. ATDT ###-####;J 
  83.  
  84. The semicolon causes the modem to enter LOCAL mode after dialing, and "J"
  85. puts the modem into VOICE mode.  Hopefully this is the same for your modem. If
  86. not, then check your manual for the appropriate commands.  When you are ready
  87. to play a game, one person types ATA, and the other types ATD when the signal
  88. starts.
  89.  
  90. If the above situation does not work for you, you can always agree to call a 
  91. person at a specific time, and have that modem set to auto-answer your call.
  92. Each will connect, and the conversation can continue via the LogiLink window.
  93.  
  94.   
  95. To plot an X or an O on the screen you must select who is the first player,
  96. select your playing peice(X or O), and then move the mouse to the square 
  97. you wish to plot in and click the left mouse button.  If something goes wrong
  98. with the communication of data, a message will appear in the LogiLink window
  99. letting you know about it.
  100.  
  101. The only time you can choose X or O and who is first player is after you press
  102. [^N], to start a new game, and before the first plot of an X or O by either
  103. player.  The first person to press [^P] is the first player, so be quick!
  104.  
  105. At the end of a game, the winning peices will blink.  To start a new game, 
  106. press [^N].  At this time you do not have to select X or O since you already
  107. made a selection, but you can if you want to though.   
  108.  
  109.  
  110. The End
  111. -------
  112. I hope you enjoy this game.  Note: The IBM version of LogiComm 3-D Tic Tac Toe
  113. can also be played against a person with an Atari ST/MEGA.  
  114.